home *** CD-ROM | disk | FTP | other *** search
- %%BeginFile: adobe_psp_level2_basicimage
- %%Copyright: Copyright 1990-1993 Adobe Systems Incorporated. All Rights Reserved.
- /$j 9 dict dup
- begin
- /ImageType 1 def
- /MultipleDataSource false def
- end
- def
- /im_save Z
- /setupimageproc Z
- /polarity Z
- /smoothflag Z
- /bpc Z
- /ih Z
- /iw Z
- /datatype Z
- /:f
- {
- /im_save save store
- /datatype xs
- datatype 0 lt datatype 4 gt or{
- (error, datatype out of range)print flush stop
- }if
- /setupimageproc{
- {
- currentfile
- }
- {
- currentfile 0(%ADOeod)/SubFileDecode filter/ASCIIHexDecode filter
- }
- {
- currentfile/RunLengthDecode filter
- }
- {
- currentfile/ASCII85Decode filter/RunLengthDecode filter
- }
- {
- currentfile/ASCII85Decode filter
- }
- }datatype get store
- {
- [1 0]
- }{
- [0 1]
- }ifelse
- /polarity xs
- /smoothflag xs
- :T
- scale
- pop
- /bpc xs
- /ih xs
- /iw xs
- $c setcolorspace
- }bd
- /:j{im_save restore}bd
- /:g
- {
- 1 G
- 0 0 1 1 rF
- 0 G
- $j dup begin
- /Width iw def
- /Height ih def
- /Decode polarity def
- /ImageMatrix[iw 0 0 ih 0 0]def
- /DataSource setupimageproc def
- /BitsPerComponent 1 def
- /Interpolate smoothflag def
- end
- imagemask
- }bd
- /:h
- {
- :F
- 0 0 1 1 rF
- :F
- $j dup begin
- /Width iw def
- /Height ih def
- /Decode polarity def
- /ImageMatrix[iw 0 0 ih 0 0]def
- /DataSource setupimageproc def
- /BitsPerComponent 1 def
- /Interpolate smoothflag def
- end
- imagemask
- }bd
- /:i
- {
- :F
- $j dup begin
- /Width iw def
- /Height ih def
- /Decode polarity def
- /ImageMatrix[iw 0 0 ih 0 0]def
- /DataSource setupimageproc def
- /BitsPerComponent 1 def
- /Interpolate smoothflag def
- end
- imagemask
- }bd
- %%EndFile
-